home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / mcademo1.zip / ZVERSION.TXT < prev   
Text File  |  1990-12-11  |  16KB  |  814 lines

  1. Configuring the Setup Utility for International Applications.
  2.  
  3.  
  4.  
  5.    This version of the Microsoft Windows 3.00 Application Demo Engine
  6.    contains everything needed to distribute international versions of
  7.    your working models. Along with the original Demo Engine, this
  8.    version includes an expanded  ENABLER.INF file, this document,
  9.    and all the language specific drivers shipped with international
  10.    retail versions of Windows 3.00.
  11.  
  12.    In addition to modifications specified in the document "Using the
  13.    Microsoft Windows 3.0 Applications Demo Engine", you must configure
  14.    the ENABLER.INF and WIN.SRC files to install the language specific
  15.    drivers and country settings needed for international applications.
  16.    Once the changes which are outlined below are made, you need to
  17.    include the appropriate language specific drivers along with your
  18.    Demo Application.
  19.  
  20.  
  21. Modifications to the ENABLER.INF file.
  22.  
  23.  
  24.    [data]
  25.  
  26.        deflang     Used by setup to install the dynamic-link library that
  27.                    supplies language-specific functions.
  28.                    See the [language] section for the different options.
  29.  
  30.        defxlat     Used by setup to load the file that specifies the OEM/ANSI
  31.                    translation tables for the different code page if executed
  32.                    on versions of DOS older then 3.30.  Otherwise DOS will
  33.                    indicate which translation table is currently loaded.
  34.  
  35.                    See the [codepages] section for the different options.
  36.  
  37.        defkeydll   Used by setup to install the dynamic-link library that
  38.                    defines the layout for specific keyboards.
  39.                    See the [keyboard.tables] for the different options.
  40.  
  41.    Below are the [data] sections settings, for the deflang, defxlat,
  42.    and defkeydll statements supplied with the retail versions of
  43.    Microsoft Windows 3.00:
  44.  
  45.    AUSTRALIA
  46.       deflang   = eng
  47.       defxlat   = 850
  48.       defkeydll = usxdll
  49.  
  50.    AUSTRIA
  51.       deflang   = ger
  52.       defxlat   = 850
  53.       defkeydll = gerdll
  54.  
  55.    BELGIUM (DUTCH)
  56.       deflang   = dut
  57.       defxlat   = 850
  58.       defkeydll = beldll
  59.  
  60.    BELGIUM (FRENCH)
  61.       deflang   = frn
  62.       defxlat   = 850
  63.       defkeydll = beldll
  64.  
  65.    BRAZIL
  66.       deflang   = por
  67.       defxlat   = 850
  68.       defkeydll = usxdll
  69.  
  70.    CANADA (ENGLISH)
  71.       deflang   = eng
  72.       defxlat   = 850
  73.       defkeydll = usxdll
  74.  
  75.    CANADA (FRENCH)
  76.       deflang   = frn
  77.       defxlat   = 863
  78.       defkeydll = candll
  79.  
  80.    DENMARK
  81.       deflang   = dan
  82.       defxlat   = 865
  83.       defkeydll = dandll
  84.  
  85.    FINLAND
  86.       deflang   = fin
  87.       defxlat   = 850
  88.       defkeydll = findll
  89.  
  90.    FRANCE
  91.       deflang   = frn
  92.       defxlat   = 850
  93.       defkeydll = fredll
  94.  
  95.    GERMANY
  96.       deflang   = ger
  97.       defxlat   = 850
  98.       defkeydll = gerdll
  99.  
  100.    ICELAND
  101.       deflang   = ice
  102.       defxlat   = 861
  103.       defkeydll = icedll
  104.  
  105.    ITALY
  106.       deflang   = itn
  107.       defxlat   = 850
  108.       defkeydll = itadll
  109.  
  110.    MEXICO
  111.       deflang   = spa
  112.       defxlat   = 850
  113.       defkeydll = spadll
  114.  
  115.    NETHERLANDS
  116.       deflang   = dut
  117.       defxlat   = 850
  118.       defkeydll = dutdll
  119.  
  120.    NEW ZEALAND
  121.       deflang   = eng
  122.       defxlat   = 850
  123.       defkeydll = usxdll
  124.  
  125.    NORWAY
  126.       deflang   = nor
  127.       defxlat   = 865
  128.       defkeydll = nordll
  129.  
  130.    PORTUGAL
  131.       deflang   = por
  132.       defxlat   = 860
  133.       defkeydll = pordll
  134.  
  135.    SOUTH KOREA
  136.       deflang   = eng
  137.       defxlat   = 850
  138.       defkeydll = usxdll
  139.  
  140.    SPAIN
  141.       deflang   = spa
  142.       defxlat   = 850
  143.       defkeydll = spadll
  144.  
  145.    SWEDEN
  146.       deflang   = swe
  147.       defxlat   = 850
  148.       defkeydll = swedll
  149.  
  150.    SWITZERLAND (FRENCH)
  151.       deflang   = frn
  152.       defxlat   = 850
  153.       defkeydll = swfdll
  154.  
  155.    SWITZERLAND (GERMAN)
  156.       deflang   = ger
  157.       defxlat   = 850
  158.       defkeydll = swgdll
  159.  
  160.    SWITZERLAND (ITALIAN)
  161.       deflang   = itn
  162.       defxlat   = 850
  163.       defkeydll = itadll
  164.  
  165.    TAIWAN
  166.       deflang   = eng
  167.       defxlat   = 850
  168.       defkeydll = usxdll
  169.  
  170.    UNITED KINGDOM
  171.       deflang   = eng
  172.       defxlat   = 850
  173.       defkeydll = usxdll
  174.  
  175.    UNITED STATES
  176.       deflang   = usa
  177.       defxlat   = 437
  178.       defkeydll = nodll
  179.  
  180.  
  181.  
  182. Modifications to the WIN.SRC file.
  183.  
  184.    [intl]
  185.  
  186.        Describes how to display items like time, date, etc. for countries
  187.        other than the United States.
  188.  
  189.  
  190.    Below are the [intl] section settings supplied with the
  191.    retail versions of Microsoft Windows 3.00.
  192.  
  193.  
  194.    AUSTRALIA
  195.        sCountry=Australia
  196.        iCountry=61
  197.        iDate=1
  198.        iTime=1
  199.        iTLZero=0
  200.        iCurrency=0
  201.        iCurrDigits=2
  202.        iNegCurr=1
  203.        iLzero=1
  204.        iDigits=2
  205.        iMeasure=0
  206.        s1159=
  207.        s2359=
  208.        sCurrency=$
  209.        sThousand=,
  210.        sDecimal=.
  211.        sDate=/
  212.        sTime=:
  213.        sList=,
  214.        sShortDate=d/MM/yy
  215.        sLongDate=d MMMM yyyy
  216.  
  217.    AUSTRIA
  218.        sCountry=Austria
  219.        iCountry=43
  220.        iDate=2
  221.        iTime=1
  222.        iTLZero=1
  223.        iCurrency=2
  224.        iCurrDigits=2
  225.        iNegCurr=1
  226.        iLzero=1
  227.        iDigits=2
  228.        iMeasure=0
  229.        s1159=
  230.        s2359=
  231.        sCurrency=S
  232.        sThousand=.
  233.        sDecimal=,
  234.        sDate=-
  235.        sTime=:
  236.        sList=;
  237.        sShortDate=yyyy-MM-dd
  238.        sLongDate=dddd, dd. MMMM yyyy
  239.  
  240.    BELGIUM (DUTCH)
  241.        sCountry=Belgium (Dutch)
  242.        iCountry=32
  243.        iDate=1
  244.        iTime=1
  245.        iTLZero=0
  246.        iCurrency=3
  247.        iCurrDigits=2
  248.        iNegCurr=5
  249.        iLzero=1
  250.        iDigits=2
  251.        iMeasure=0
  252.        s1159=
  253.        s2359=
  254.        sCurrency=BF
  255.        sThousand=.
  256.        sDecimal=,
  257.        sDate=/
  258.        sTime=:
  259.        sList=;
  260.        sShortDate=d/MM/yy
  261.        sLongDate=dddd d MMMM yyyy
  262.  
  263.    BELGIUM (FRENCH)
  264.        sCountry=Belgium (French)
  265.        iCountry=32
  266.        iDate=1
  267.        iTime=1
  268.        iTLZero=0
  269.        iCurrency=3
  270.        iCurrDigits=2
  271.        iNegCurr=5
  272.        iLzero=1
  273.        iDigits=2
  274.        iMeasure=0
  275.        s1159=
  276.        s2359=
  277.        sCurrency=FB
  278.        sThousand=.
  279.        sDecimal=,
  280.        sDate=/
  281.        sTime=:
  282.        sList=;
  283.        sShortDate=d/MM/yy
  284.        sLongDate=dddd d MMMM yyyy
  285.  
  286.    BRAZIL
  287.        sCountry=Brazil
  288.        iCountry=55
  289.        iDate=1
  290.        iTime=1
  291.        iTLZero=0
  292.        iCurrency=0
  293.        iCurrDigits=2
  294.        iNegCurr=0
  295.        iLzero=1
  296.        iDigits=2
  297.        iMeasure=0
  298.        s1159=
  299.        s2359=
  300.        sCurrency=Cr$
  301.        sThousand=.
  302.        sDecimal=,
  303.        sDate=/
  304.        sTime=:
  305.        sList=;
  306.        sShortDate=dd/MM/yy
  307.        sLongDate=dddd, d' de 'MMMM' de 'yyyy
  308.  
  309.    CANADA (ENGLISH)
  310.        sCountry=Canada (English)
  311.        iCountry=2
  312.        iDate=1
  313.        iTime=1
  314.        iTLZero=1
  315.        iCurrency=0
  316.        iCurrDigits=2
  317.        iNegCurr=1
  318.        iLzero=1
  319.        iDigits=2
  320.        iMeasure=0
  321.        s1159=
  322.        s2359=
  323.        sCurrency=$
  324.        sThousand=,
  325.        sDecimal=.
  326.        sDate=/
  327.        sTime=:
  328.        sList=.
  329.        sShortDate=dd-MM-yy
  330.        sLongDate=MMMM. d, yyyy
  331.  
  332.    CANADA (FRENCH)
  333.        sCountry=Canada (French)
  334.        iCountry=2
  335.        iDate=2
  336.        iTime=1
  337.        iTLZero=1
  338.        iCurrency=3
  339.        iCurrDigits=2
  340.        iNegCurr=4
  341.        iLzero=1
  342.        iDigits=2
  343.        iMeasure=0
  344.        s1159=
  345.        s2359=
  346.        sCurrency=$
  347.        sThousand=" "
  348.        sDecimal=,
  349.        sDate=-
  350.        sTime=:
  351.        sList=;
  352.        sShortDate=yy-MM-dd
  353.        sLongDate=d MMMM, yyyy
  354.  
  355.    DENMARK
  356.        sCountry=Denmark
  357.        iCountry=45
  358.        iDate=1
  359.        iTime=1
  360.        iTLZero=1
  361.        iCurrency=2
  362.        iCurrDigits=2
  363.        iNegCurr=2
  364.        iLzero=1
  365.        iDigits=2
  366.        iMeasure=0
  367.        s1159=
  368.        s2359=
  369.        sCurrency=kr
  370.        sThousand=.
  371.        sDecimal=,
  372.        sDate=-
  373.        sTime=.
  374.        sList=;
  375.        sShortDate=dd-MM-yy
  376.        sLongDate=dd. MMMM yyyy
  377.  
  378.    FINLAND
  379.        sCountry=Finland
  380.        iCountry=358
  381.        iDate=1
  382.        iTime=1
  383.        iTLZero=0
  384.        iCurrency=3
  385.        iCurrDigits=2
  386.        iNegCurr=2
  387.        iLzero=1
  388.        iDigits=2
  389.        iMeasure=0
  390.        s1159=
  391.        s2359=
  392.        sCurrency=Mk
  393.        sThousand=" "
  394.        sDecimal=,
  395.        sDate=.
  396.        sTime=.
  397.        sList=;
  398.        sShortDate=d.MM.yyyy
  399.        sLongDate=dd. MMMM yyyy
  400.  
  401.    FRANCE
  402.        sCountry=France
  403.        iCountry=33
  404.        iDate=1
  405.        iTime=1
  406.        iTLZero=1
  407.        iCurrency=3
  408.        iCurrDigits=2
  409.        iNegCurr=5
  410.        iLzero=1
  411.        iDigits=2
  412.        iMeasure=0
  413.        s1159=
  414.        s2359=
  415.        sCurrency=F
  416.        sThousand=" "
  417.        sDecimal=,
  418.        sDate=.
  419.        sTime=:
  420.        sList=;
  421.        sShortDate=dd.MM.yyyy
  422.        sLongDate=dddd d MMMM yyyy
  423.  
  424.    GERMANY
  425.        sCountry=Germany
  426.        iCountry=49
  427.        iDate=1
  428.        iTime=1
  429.        iTLZero=1
  430.        iCurrency=0
  431.        iCurrDigits=2
  432.        iNegCurr=1
  433.        iLzero=1
  434.        iDigits=2
  435.        iMeasure=0
  436.        s1159=
  437.        s2359=
  438.        sCurrency=DM
  439.        sThousand=.
  440.        sDecimal=,
  441.        sDate=.
  442.        sTime=:
  443.        sList=;
  444.        sShortDate=dd.MM.yyyy
  445.        sLongDate=dddd, d. MMMM yyyy
  446.  
  447.    ICELAND
  448.        sCountry=Iceland
  449.        iCountry=354
  450.        iDate=2
  451.        iTime=1
  452.        iTLZero=0
  453.        iCurrency=3
  454.        iCurrDigits=2
  455.        iNegCurr=5
  456.        iLzero=1
  457.        iDigits=2
  458.        iMeasure=0
  459.        s1159=
  460.        s2359=
  461.        sCurrency=kr
  462.        sThousand=.
  463.        sDecimal=,
  464.        sDate=-
  465.        sTime=:
  466.        sList=;
  467.        sShortDate=yyyy-MM-dd
  468.        sLongDate=dd MMMM yyyy
  469.  
  470.    ITALY
  471.        sCountry=Italy
  472.        iCountry=39
  473.        iDate=1
  474.        iTime=1
  475.        iTLZero=0
  476.        iCurrency=2
  477.        iCurrDigits=0
  478.        iNegCurr=1
  479.        iLzero=1
  480.        iDigits=2
  481.        iMeasure=0
  482.        s1159=
  483.        s2359=
  484.        sCurrency=L.
  485.        sThousand=.
  486.        sDecimal=,
  487.        sDate=/
  488.        sTime=.
  489.        sList=;
  490.        sShortDate=dd/MM/yy
  491.        sLongDate=dddd, dd MMMM yyyy
  492.  
  493.    MEXICO
  494.        sCountry=Mexico
  495.        iCountry=52
  496.        iDate=1
  497.        iTime=0
  498.        iTLZero=0
  499.        iCurrency=1
  500.        iCurrDigits=2
  501.        iNegCurr=0
  502.        iLzero=1
  503.        iDigits=2
  504.        iMeasure=0
  505.        s1159=AM
  506.        s2359=PM
  507.        sCurrency=$
  508.        sThousand=,
  509.        sDecimal=.
  510.        sDate=/
  511.        sTime=:
  512.        sList=,
  513.        sShortDate=d/MM/yy
  514.        sLongDate=dddd d' de 'MMMM' de 'yyyy
  515.  
  516.    NETHERLANDS
  517.        sCountry=Netherlands
  518.        iCountry=31
  519.        iDate=1
  520.        iTime=1
  521.        iTLZero=0
  522.        iCurrency=2
  523.        iCurrDigits=2
  524.        iNegCurr=3
  525.        iLzero=1
  526.        iDigits=2
  527.        iMeasure=0
  528.        s1159=
  529.        s2359=
  530.        sCurrency=F
  531.        sThousand=.
  532.        sDecimal=,
  533.        sDate=-
  534.        sTime=:
  535.        sList=;
  536.        sShortDate=d-MM-yy
  537.        sLongDate=dddd d MMMM yyyy
  538.  
  539.    NEW ZEALAND
  540.        sCountry=New Zealand
  541.        iCountry=64
  542.        iDate=1
  543.        iTime=1
  544.        iTLZero=1
  545.        iCurrency=0
  546.        iCurrDigits=2
  547.        iNegCurr=1
  548.        iLzero=1
  549.        iDigits=2
  550.        iMeasure=0
  551.        s1159=
  552.        s2359=
  553.        sCurrency=$
  554.        sThousand=,
  555.        sDecimal=.
  556.        sDate=/
  557.        sTime=:
  558.        sList=,
  559.        sShortDate=d/MM/yy
  560.        sLongDate=dddd, d MMMM yyyy
  561.  
  562.    NORWAY
  563.        sCountry=Norway
  564.        iCountry=47
  565.        iDate=1
  566.        iTime=1
  567.        iTLZero=1
  568.        iCurrency=0
  569.        iCurrDigits=2
  570.        iNegCurr=3
  571.        iLzero=1
  572.        iDigits=2
  573.        iMeasure=0
  574.        s1159=
  575.        s2359=
  576.        sCurrency=kr
  577.        sThousand=" "
  578.        sDecimal=,
  579.        sDate=.
  580.        sTime=:
  581.        sList=;
  582.        sShortDate=d.MM.yy
  583.        sLongDate=dd. MMMM yyyy
  584.  
  585.    PORTUGAL
  586.        sCountry=Portugal
  587.        iCountry=351
  588.        iDate=1
  589.        iTime=1
  590.        iTLZero=0
  591.        iCurrency=3
  592.        iCurrDigits=2
  593.        iNegCurr=5
  594.        iLzero=1
  595.        iDigits=2
  596.        iMeasure=0
  597.        s1159=
  598.        s2359=
  599.        sCurrency=Esc.
  600.        sThousand=.
  601.        sDecimal=,
  602.        sDate=-
  603.        sTime=:
  604.        sList=;
  605.        sShortDate=dd-MM-yyyy
  606.        sLongDate=dddd, d' de 'MMMM' de 'yyyy
  607.  
  608.    SOUTH KOREA
  609.        sCountry=South Korea
  610.        iCountry=82
  611.        iDate=2
  612.        iTime=1
  613.        iTLZero=0
  614.        iCurrency=0
  615.        iCurrDigits=2
  616.        iNegCurr=1
  617.        iLzero=1
  618.        iDigits=2
  619.        iMeasure=0
  620.        s1159=AM
  621.        s2359=
  622.        sCurrency=W
  623.        sThousand=,
  624.        sDecimal=.
  625.        sDate=.
  626.        sTime=:
  627.        sList=,
  628.        sShortDate=yyyy.MM.d
  629.        sLongDate=yyyy.MM.dd
  630.  
  631.    SPAIN
  632.        sCountry=Spain
  633.        iCountry=34
  634.        iDate=1
  635.        iTime=1
  636.        iTLZero=0
  637.        iCurrency=2
  638.        iCurrDigits=0
  639.        iNegCurr=5
  640.        iLzero=1
  641.        iDigits=2
  642.        iMeasure=0
  643.        s1159=
  644.        s2359=
  645.        sCurrency=Pts
  646.        sThousand=.
  647.        sDecimal=,
  648.        sDate=/
  649.        sTime=:
  650.        sList=;
  651.        sShortDate=d/MM/yy
  652.        sLongDate=dddd d' de 'MMMM' de 'yyyy
  653.  
  654.    SWEDEN
  655.        sCountry=Sweden
  656.        iCountry=46
  657.        iDate=2
  658.        iTime=1
  659.        iTLZero=1
  660.        iCurrency=3
  661.        iCurrDigits=2
  662.        iNegCurr=5
  663.        iLzero=1
  664.        iDigits=2
  665.        iMeasure=0
  666.        s1159=
  667.        s2359=
  668.        sCurrency=kr
  669.        sThousand=" "
  670.        sDecimal=,
  671.        sDate=-
  672.        sTime=.
  673.        sList=;
  674.        sShortDate=yyyy-MM-dd
  675.        sLongDate=dd MMMM yyyy
  676.  
  677.    SWITZERLAND (FRENCH)
  678.        sCountry=Switzerland (French)
  679.        iCountry=41
  680.        iDate=1
  681.        iTime=1
  682.        iTLZero=1
  683.        iCurrency=2
  684.        iCurrDigits=2
  685.        iNegCurr=2
  686.        iLzero=1
  687.        iDigits=2
  688.        iMeasure=0
  689.        s1159=
  690.        s2359=
  691.        sCurrency=Fr.
  692.        sThousand='
  693.        sDecimal=.
  694.        sDate=.
  695.        sTime=,
  696.        sList=;
  697.        sShortDate=d.MM.yy
  698.        sLongDate=dddd, dd. MMMM yyyy
  699.  
  700.    SWITZERLAND (GERMAN)
  701.        sCountry=Switzerland (German)
  702.        iCountry=41
  703.        iDate=1
  704.        iTime=1
  705.        iTLZero=1
  706.        iCurrency=2
  707.        iCurrDigits=2
  708.        iNegCurr=2
  709.        iLzero=1
  710.        iDigits=2
  711.        iMeasure=0
  712.        s1159=
  713.        s2359=
  714.        sCurrency=Fr.
  715.        sThousand='
  716.        sDecimal=.
  717.        sDate=.
  718.        sTime=,
  719.        sList=;
  720.        sShortDate=d.MM.yy
  721.        sLongDate=dddd, dd. MMMM yyyy
  722.  
  723.    SWITZERLAND (ITALIAN)
  724.        sCountry=Switzerland (Italian)
  725.        iCountry=41
  726.        iDate=1
  727.        iTime=1
  728.        iTLZero=1
  729.        iCurrency=2
  730.        iCurrDigits=2
  731.        iNegCurr=2
  732.        iLzero=1
  733.        iDigits=2
  734.        iMeasure=0
  735.        s1159=
  736.        s2359=
  737.        sCurrency=Fr.
  738.        sThousand='
  739.        sDecimal=.
  740.        sDate=.
  741.        sTime=,
  742.        sList=;
  743.        sShortDate=d.MM.yy
  744.        sLongDate=dddd, dd. MMMM yyyy
  745.  
  746.    TAIWAN
  747.        sCountry=Taiwan
  748.        iCountry=886
  749.        iDate=2
  750.        iTime=1
  751.        iTLZero=0
  752.        iCurrency=0
  753.        iCurrDigits=2
  754.        iNegCurr=1
  755.        iLzero=1
  756.        iDigits=2
  757.        iMeasure=0
  758.        s1159=AM
  759.        s2359=
  760.        sCurrency=$
  761.        sThousand=,
  762.        sDecimal=.
  763.        sDate=/
  764.        sTime=:
  765.        sList=,
  766.        sShortDate=yy/MM/d
  767.        sLongDate=dd' of 'MMMM, yyyy
  768.  
  769.    UNITED KINGDOM
  770.        sCountry=United Kingdom
  771.        iCountry=44
  772.        iDate=1
  773.        iTime=1
  774.        iTLZero=1
  775.        iCurrency=0
  776.        iCurrDigits=2
  777.        iNegCurr=1
  778.        iLzero=1
  779.        iDigits=2
  780.        iMeasure=0
  781.        s1159=
  782.        s2359=
  783.        sCurrency=ú
  784.        sThousand=,
  785.        sDecimal=.
  786.        sDate=/
  787.        sTime=:
  788.        sList=,
  789.        sShortDate=dd/MM/yy
  790.        sLongDate=dd MMMM yyyy
  791.  
  792.    UNITED STATES
  793.        sCountry=United States
  794.        iCountry=1
  795.        iDate=0
  796.        iTime=0
  797.        iTLZero=0
  798.        iCurrency=0
  799.        iCurrDigits=2
  800.        iNegCurr=1
  801.        iLzero=1
  802.        iDigits=2
  803.        iMeasure=1
  804.        s1159=AM
  805.        s2359=PM
  806.        sCurrency=$
  807.        sThousand=,
  808.        sDecimal=.
  809.        sDate=/
  810.        sTime=:
  811.        sList=,
  812.        sShortDate=MM/d/yy
  813.        sLongDate=dddd, MMMM dd, yyyy
  814.